home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_848 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2003-10-24  |  73 b   |  7 lines

  1. on(rollOver){
  2.    tellTarget("a")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.